home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / pc / epan.dir / 00756_Script_756 < prev    next >
Text File  |  1995-09-12  |  221b  |  10 lines

  1. on mouseUp
  2.   global gHotSpotStatus, gOpenHouse1
  3.   if gHotSpotStatus = 0 then
  4.     set the visible of sprite 2 to false
  5.     set the visible of sprite 4 to false
  6.     updatestage
  7.     set gOpenHouse1 = 1
  8.   end if
  9. end
  10.